type github.com/gotd/neo.packet

4 uses

	github.com/gotd/neo (current package)
		net.go#L17: type packet struct {
		net.go#L24: 	packets chan packet
		net.go#L89: 	case c.net.peers[addrKey(a)].packets <- packet{
		net.go#L201: 		packets: make(chan packet, 10),